func runtime.newarray

4 uses

	runtime (current package)
		arena.go#L465: 			return newarray(typ, cap)
		malloc.go#L2199: func newarray(typ *_type, n int) unsafe.Pointer {
		malloc.go#L2226: 	return newarray(typ, n)
		malloc.go#L2231: 	return newarray(typ, n)